﻿body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input[type=text],textarea,p,blockquote,th,td,button{padding:0;margin:0;font-size:100%}
* { 
	margin:0px; padding:0px;/*去除页面中所有标签的默认间距、补白*/
}
body{
	font: 16px/1.5 "Microsoft YaHei","宋体",Arial,Sans-Serif;
	margin: 0;
	padding: 0;/*--for opera--*/
	background-color: #FFF;
}
html{
	font-size:62.5%;
	}
ul, li, dl, dt, dd {
	display:block;
	list-style-type:none;/*去除ol、ul、li的默认样式*/
}
h1,h2,h3,h4,h5,h6 { 
	font-weight:normal;/* 去除默认的字体样式 */
}
img{border:0;max-width:100%;_width:100%;}
td {
	font-family: Verdana;
	font-size: 9pt;
	color: #000000;
}
th{
	font-weight: normal;
}
div {
    margin: 0 auto;
}
.clear {
	border-top:1px solid transparent !important;
	margin-top:-1px !important;
	border-top:0;
	margin-top:0;
	clear:both;/* IE清除浮动必备代码 */
	visibility:hidden;
}
a {
	color: #333333;
	text-decoration: none;
}
a:hover  {
	color: #FF0000;
	text-decoration: none;
}
/*title*/
.tle { margin-bottom:10px; position:relative}
.tle h4 { display:inline; font-size:25px; color:#5c5b5b; font-weight:normal}
.tle em { font-style:normal; font-size:15px; color:#b0b0b0; padding:0 5px}
.tle h4 a {
	color:#5c5b5b;
	font-size: 11pt;
}
.tle h4 a:hover { text-decoration:none}
.w{
	width: 1200px;
	/* width: 98%;
	padding-left: 1%;
	padding-right: 1%;
	box-sizing: border-box; */
}
.w12{
	width: 1200px;
}
.w13{
	width: 1300px;
}
.w14{
	width: 1480px;
}
.w16{
	width: 1680px;
}
.w19{
	width: 1920px;
}
.f12{
	font-size: 12px;
	font-size: 1.2rem;
}
.f14{
	font-size: 14px;
	font-size: 1.4rem;
}
.f16{
	font-size: 16px;
	font-size: 1.6rem;
}
.f18{
	font-size: 18px;
	font-size: 1.8rem;
}
.wap{
	display: none;
}
.header_line {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #ececec;
	color: #939292;
	font-size: 14px;
}
.header_line .w{
	position: relative;
}
.header_line_l{
	width: 60%;
	height: 40px;
	float: left;
	display: block;
	overflow: hidden;
}
.header_line_r{
	width: 40%;
	float: right;
	text-align: right;
	color: #f00;
	position: relative;
	padding-right: 50px;
	box-sizing: border-box;
}
/* 搜索 */
/*form-item*/
@font-face {font-family: "iconfont";
	src: url('../fonts/iconfont.eot'); /* IE9*/
	src: url('../fonts/iconfont.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/iconfont.woff') format('woff'), /* chrome, firefox */
	url('../fonts/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
	url('../fonts/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}
.iconfont {
	font-family:"iconfont" !important;
	font-size:20px;
	font-style:normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
	color: #FFF;
}
/* meanmenu*/
.mmenu{
	width: 260px;
	right: 0;
	position: absolute;
	z-index: 999;
}
.mean-container .mean-bar{
	background: transparent;
}
.mean-container a.meanmenu-reveal{
	color: #000;
	top: 5px;
	background-image: url(../images/menu.png);
	background-repeat: no-repeat;
	background-position: 0 6px;
	width: 22px;
	height: 33px;
	padding: 13px 13px 0 50px;
}
.mean-container a.meanmenu-reveal span {
    background: #000;
}
/* meanmenu*/
#header{
	background-color: #FFF;
	height:85px;
	position: relative;
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox; 
	display: -webkit-flex; 
	display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
	}
#header1  {
	width:100%;
	height:60px;
	background-color: #2c2c2c;
}
#logo{
	-ms-flex: 0 0 auto;
	flex:0 0 auto;/* 自适应宽度 */
}
#nav{
	margin:0 auto;
	z-index:999;
	-webkit-box: 1;
	-moz-box: 1;
	-ms-flex: 1;
	-webkit-flex: initial;
	flex: 1;
}
#nav ul{
	display: -webkit-box; 
	display: -moz-box; 
	display: -ms-flexbox; 
	display: -webkit-flex; 
	display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
	-webkit-box-pack: center;
	-moz-justify-content: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;/* 子元素居中对齐 */
}
/*一级菜单*/ 
#nav li{
	-webkit-flex-basis: 110px;
	flex-basis: 110px;/* 设置宽度 */
	height:85px;/* 菜单高度*/
	line-height:85px;
	position: relative;
}
#nav ul li a{ 
	display:block;
	color:#000;
	text-align: center;
	font-size:16px;
	font-size: 1.6rem;
	position: relative;
}
#nav li a:hover{
	color:#000;
	text-decoration:none;
	transform:rotate(0);
	-webkit-transform:rotate(0);
	transition:all 0.5s;
}
#nav>ul>li>a::before{
	content: "";
	position: absolute;
	bottom: 15px;
	left: 50%;
	margin-left: -45px;
	width: 90px;
	height: 2px;
	background-color: #f00;
	z-index: 1;
	display: none;
}
#nav ul li:hover a::before{
	display: block;
}
/*二级菜单*/
#nav ul li ul {
	display:none;
	position: absolute;
	top: 85px;/* 同上级LI菜单高度*/
	margin:0;
	min-width: 100%;
	z-index: 9999;
	padding-bottom:5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background-color: #fff;
	border-bottom:2px solid #d92616;
}
#nav li:hover>ul {display: block;}
#nav li ul li {
	float: left;
	margin: 0;
	padding:0;
	width:100%;
	height: 35px;
	line-height: 35px;
	white-space: nowrap;
	position: relative;
}
#nav li ul li a {
	display: block;
	margin: 0; 
	padding:0;
	color: #000;
	font-size:10pt;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	}
#nav li ul li a:hover {color: #fff;background: #d92616;}
/*三级菜单*/
#nav li ul li ul{display:none;position: absolute;top: 0;left: 100%;padding: 0;margin:0;width:auto;z-index: 99;padding-bottom:5px;}
#nav li ul li:hover .ul3{display: block;}
#nav li ul li ul li{float: left;margin: 0;white-space: nowrap;height: 35px; line-height: 35px;}
#nav li ul li ul li a{display: block;margin: 0; font-size: 12px;}
#nav li ul li ul li a:hover{color: #fff;background: #d92616;}
/* wap菜单 */
#header1{
	display: none;
	overflow: hidden;
}
#header1 li{
	width: 25%;
	height: 60px;
    line-height: 60px;
	float: left;
	box-sizing: border-box;
}
#header1 li a{
	width: 100%;
	border: 1px solid #000;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	white-space: nowrap;/*设置不折行*/
	overflow: hidden;/*超出部分自动隐藏*/
	text-overflow: ellipsis;/*省略号*/
}
#index_nav{
	width: 100%;
	overflow: hidden;
	display: none;
}
#index_nav li{
	width: 25%;
	padding: 1%;
	float: left;
	box-sizing: border-box;
}
#index_nav li a{
	width: 100%;
	height:45px;
    line-height: 45px;
	border: 1px solid #000;
	display: block;
	text-align: center;
	color: #fff;
	background-color: #0176D0;
	font-size: 18px;
	font-size: 1.8rem;
	white-space: nowrap;/*设置不折行*/
	overflow: hidden;/*超出部分自动隐藏*/
	text-overflow: ellipsis;/*省略号*/
}
/* banner */
#banner{
	width: 100%;
	height: 674px;/* 默认高度必须要 */
	position: relative;
}
#banner .swiper-container {
	width: 100%;
	height: 100%;
    }
#banner .swiper-container a{
	width: 100%;
	height: 100%;
	display: block;
}
#banner .swiper-slide {
	background-position: center top;
	background-size: cover;
}
#banner .my-button-disabled{
	z-index: 99;/* 前进后退按钮不可用时，浮动到a链接上方 */
}
#banner .swiper-button-prev,
#banner .swiper-button-next{
	width: 40px;
	height: 80px;
	background-color: #000;
	transition:opacity .5s;
}
#banner .swiper-button-prev{
	left: 50px;
}
#banner .swiper-button-next{
	right: 50px;
}
#banner .swiper-container .hide{
   opacity:0;/* 隐藏箭头图标 */
}
#banner .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: #fff;/* 圆点按钮默认 */
	opacity: 1;
}
#banner .swiper-pagination-white .swiper-pagination-bullet-active{
	background: #f00;/* 圆点按钮当前 */
}
/* index */
/* 通用标题 */
.index_title{
	width: 100%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	overflow: hidden;
}
.index_title a {
	width: 300px;
	margin: 0 auto;
	display: block;
	color:#1c2e48;
	font-size:18px;
	font-size:1.8rem;
	font-weight: bold;
	padding-bottom: 20px;
	letter-spacing: 4px;
}
.index_title a:hover{
	color: #ff0000;
}
.index_title span{
	padding-left: 10px;
	position: relative;
}
.index_title span::after{
	content: "";
	position: absolute;
	top: 5px;
	left: -18px;
	width:23px;
	height: 23px;
	z-index: 1;
	background:url(../images/title_icon.png) center center no-repeat;
}
.index_title .description{
	font-size:12px;
	font-size:1.2rem;
	padding-bottom: 20px;
}
/*推荐产品*/
#index_recommend{
	padding-top: 50px;
}
.pronav{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 50px;
}
.pronav li{
	min-width: 100px;
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 1px solid #ccc;
}
.pronav li:hover a{
	color: #FFF;
	background-color: #ff0000;
}
.pronav li a{
	height: 35px;
	line-height: 35px;
	padding-left: 20px;
	padding-right: 20px;
	color: #000;
	display: block;
}
.tab-bd{
	padding-bottom: 50px;
}
.index_recommend_list{
	position: relative;
	display: none;
	overflow: hidden;
}
/* 静态 */
.index_recommend_list ul{
	overflow: hidden;
}
.index_recommend_list ul li{
	float: left;
	width: 48%;/* 控制图片数量 */
	margin-right: 4%;/* 最右边不显示，所以大于0.5% */
	margin-bottom: 10px;
	position: relative;
}
.index_recommend_list ul li a{
	display: block;
}
.index_recommend_list ul li .pic{
	width: 26.52%;
	height: 26.52%;
	padding: 5px;
	float: left;
	border-radius: 50%;
	border:1px dashed #CCC;
	box-sizing: border-box;
	transform-style: preserve-3d;
	transition: 1s ease;
}
.index_recommend_list ul li .pic:hover{
	transform: rotateY(180deg);
}
.index_recommend_list ul li .pic .show{
	width: 100%;
	height: 0;/*将元素的 height 设成 0，使得元素的高度等于 padding-bottom*/
    padding-bottom: 100%;/* 高同宽的默认比例 */
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	border-radius: 50%;
	margin: auto auto;
}
.index_recommend_list ul li .pic .show img{
	width: 100%;/* 兼容IE8 */
	height: 100%;
	position: absolute;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
}
.index_recommend_list ul li .title{
	width: 68.75%;
	padding-top: 20px;
	float: right;
}
.index_recommend_list ul li .title span{
	display: block;
	width: 100%;
	height: 40px;
	white-space: nowrap;/*设置不折行*/
	overflow: hidden;/*超出部分自动隐藏*/
	text-overflow: ellipsis;/*省略号*/
}
.index_recommend_list ul li .title .description{
	font-size: 12px;
	font-size: 1.2rem;
}
.recommend_more{
	width: 125px;
	height: 35px;
	line-height: 35px;
	border: 1px solid #000;
	text-align: center;
	margin: 0 auto;
	font-size: 13px;
	font-size: 1.3rem;
}
/* 建筑空间 */
#index_building{
	overflow: hidden;/* 获取高度 */
	padding-top: 50px;
}
.building_t{
	display: none;
}
#building_l{
	width: 37.8%;
	float: left;
	color: #FFF;
	background-color: #000;
	font-family:"Microsoft YaHei","宋体",Arial,Sans-Serif;
	font-size: 12pt;
	margin-bottom: 10px;
}
#building_l ul{
	width: 60%;
	padding-left: 40%;
	list-style-type:none;
	}
#building_l li{
	height: 0;/*将元素的 height 设成 0，使得元素的高度等于 padding-bottom*/
	padding-bottom: 134%;/*padding-bottom当它的值是百分比形式时，百分比的基数是其所在元素的父元素的宽度而不是高度*/
	position:relative;
	}
.building_title{
	padding-top: 110px;
	padding-bottom: 30px;
}
.building_title a{
	color: #FFF;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 40px;
}
.building_title span{
	display: block;
	line-height: 40px;
	font-size: 36px;
	font-size: 3.6rem;
	font-family:"times new roman","Microsoft YaHei", Times, serif;
	text-transform:uppercase;
}
.building_content{
	margin-bottom: 20px;
	padding-right: 50px;
	font-size: 14px;
	font-size: 1.4rem;
}
.building_more{
	width: 125px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border:1px solid #FFF;
	margin-left: 0;
}
.building_more a{
	display: block;
	color: #FFF;
	font-size: 13px;
	font-size: 1.3rem;
}
.building_more a:hover{
	color: #F00;
}
#building_r{
	display: flex;
	flex-wrap: wrap;/* 如果宽度不够，自动换行 */
	width: 61.5%;
	float: right;
}
#building_r li{
	flex: initial;/* 设置固定宽度时必须 */
	width: 32.3%;/* 控制一排放3个 */
	margin-right: 1.3%;
	margin-bottom: 1.3%;
	list-style-type:none;/*去除ol、ul、li的默认样式*/
	position:relative;
	float: left;
}
#building_r li .pic{
	margin-left: 1px;
	margin-bottom: 1px;
	background-color: #dbe0e4;
	height: 0;/*将元素的 height 设成 0，使得元素的高度等于 padding-bottom*/
	padding-bottom: 74.4%;/*padding-bottom当它的值是百分比形式时，百分比的基数是其所在元素的父元素的宽度而不是高度*/
	position:relative;
	overflow: hidden;
}
#building_r li .pic img{
	width:100%;
	height:100%;
	position:absolute;/*必须的*/
	transform:scale(1);
	transition:all 2s ease;
}
#building_r li a:hover .pic img{
	transform:scale(1.15);
}
#building_r li .pic .rectborder {
	width: calc(100% + 20px);
	height: calc(100% + 20px);
	position: absolute;
	left: -10px;
	top: -10px;
	border: rgba(150,57,71,.9) 1px solid;
	transition: all ease-out .3s;
	border-color: rgba(255,255,255,0.9);
	z-index: 2;
}
#building_r li .pic:hover .rectborder {
	width: calc(100% - 22px);
	height: calc(100% - 22px);
	left: 10px;
	top: 10px;
}
#building_r li a:hover .title{
	display: block;
}
#building_r li .title{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background:rgba(0, 0, 0, 0.5);
	z-index: 1;
	display: none;
	text-align: center;
	color: #FFF;
}
#building_r li .title span{
	display: block;
	padding-top: 25%;
	padding-left: 10%;
	padding-right: 10%;
}
/*成功案例*/
#index_case{
	padding-top: 65px;
}
.index_case_list{
	margin: 0 auto;
}
.index_case_list ul{
	overflow: hidden;
}
.index_case_list li{
	float: left;
	width: 32%;/* 控制图片数量 */
	margin-right: 2%;/* 最右边不显示，所以大于0.5% */
	margin-bottom: 2%;
	position: relative;
}
.index_case_list li a{
	display: block;
}
.index_case_list li .wz{
	text-align: center;
}
.index_case_list li .wz span{
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	padding-top: 15%;
	letter-spacing: 4px;
}
.index_case_list li .wz i{
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	padding-top: 10px;
	padding-bottom: 20px;
	font-style:normal;
	color: #000;
}
.index_case_list li .wz .more{
	width: 125px;
	height: 35px;
	line-height: 35px;
	border: 1px solid #f00;
	text-align: center;
	margin: 0 auto;
}
.index_case_list li .wz .more a{
	font-size: 14px;
	font-size: 1.4rem;
	color: #F00;
}
.index_case_list li .pic,
.index_case_list li .wz{
	width: 100%;
	height: 0;/*将元素的 height 设成 0，使得元素的高度等于 padding-bottom*/
    padding-bottom: 72.82%;/* 高同宽的默认比例 */
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	background-size: auto 100%;
	-webkit-transition:all .8s;
	-moz-transition:all .8s;
	-ms-transition:all .8s;
	-o-transition:all .8s;
	transition:all .8s;
}
.index_case_list li:hover .pic{
	background-size : auto 120%;
}
.index_case_list li .pic img{
	width: 100%;/* 兼容IE8 */
	height: 100%;
	position: absolute;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
}
.index_case_list li .pic .rectborder {
	width: calc(100% + 20px);
	height: calc(100% + 20px);
	position: absolute;
	left: -10px;
	top: -10px;
	border: rgba(150,57,71,.9) 1px solid;
	transition: all ease-out .3s;
	border-color: rgba(255,255,255,1);
	z-index: 2;
}
.index_case_list li .pic:hover .rectborder {
	width: calc(100% - 22px);
	height: calc(100% - 22px);
	left: 10px;
	top: 10px;
}
.index_case_list li a:hover .title{
	display: block;
}
.index_case_list li .title{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background:rgba(0, 0, 0, 0.5);
	z-index: 1;
	display: none;
	text-align: center;
	color: #FFF;
}
.index_case_list li .title span{
	display: block;
	padding-top: 25%;
	padding-left: 10%;
	padding-right: 10%;
}
/* 中栏广告位 */
#index_gw{
	width: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
#index_gw .wz{
	height: 234px;
	padding-top: 112px;
	color: #FFF;
	font-size: 15px;
	font-size: 1.5rem;
}
#index_gw .wz ul{
	padding-top: 40px;
	letter-spacing: -4px;/*根据不同字体字号或许需要做一定的调整*/
	word-spacing: -4px;
	font-size: 0;
	text-align: center;
}
#index_gw .wz ul li{
	width: 163px;
	height: 47px;
	line-height: 47px;
	text-align: center;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	word-spacing: 0;
	letter-spacing:0;
}
#index_gw .wz ul li:nth-child(odd){
	background-color: #F00;
}
#index_gw .wz ul li:nth-child(even){
	background-color: #fff;
}
#index_gw .wz ul li:nth-child(odd) a{
	color: #FFF;
}

/*新闻中心*/
#news{
	padding-top: 50px;
	padding-bottom: 120px;
}
.news_title{
	width: 100%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	overflow: hidden;
}
.news_title a {
	width: 300px;
	margin: 0 auto;
	display: block;
	color:#1c2e48;
	font-size:18px;
	font-size:1.8rem;
	font-weight: bold;
	padding-bottom: 20px;
	letter-spacing: 4px;
}
.news_title a:hover{
	color: #ff0000;
}
.news_title span{
	padding-left: 10px;
	position: relative;
}
.news_title span::after{
	content: "";
	position: absolute;
	top: 0px;
	left: -28px;
	width:28px;
	height: 28px;
	z-index: 1;
	background:url(../images/title_news.png) center center no-repeat;
}
.news_title .description{
	font-size:12px;
	font-size:1.2rem;
	padding-bottom: 20px;
}
.news_list{
	width: 100%;
	margin: 0 auto;
	padding-bottom: 50px;
}
.news_list li{
	width: 30%;
	margin-right: 5%;
	line-height: 50px;
	position: relative;
	float: left;
}
.news_list li a{
	width: 100%;
	display: block;
	color: #000;
}
.news_list li a:hover{
	color: #f00;
}
.news_list li a:hover .pic{
	-webkit-filter: grayscale(70%); /* Chrome, Safari, Opera */
	filter: grayscale(70%);
}
.news_list li .pic{
	width:100%;
	height:0;
	padding-bottom: 67.22%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position:relative;
	overflow: hidden;
}
.news_list li .pic img{
	width: 100%;/* 兼容IE8 */
	height: 100%;
	position: absolute;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
}
.news_list li .title{
	width: 100%;
	padding-left: 20px;
	box-sizing: border-box;
	white-space: nowrap;/*设置不折行*/
	overflow: hidden;/*超出部分自动隐藏*/
	text-overflow: ellipsis;/*省略号*/
	position: relative;
	color: #000;
}
.news_list li a:hover .title::before{
	background-color: #f00;
}
.news_list li .title::before{
	content: "";
	position: absolute;
	top: 25px;
	left: 0;
	width: 15px;
	height: 4px;
	background-color: #000;
	z-index: 1;
}
.news_date{
	line-height: 20px;
	padding-left: 20px;
	font-size: 12px;
	font-size: 1.2rem;
	color: #000;
	padding-bottom: 20px;
	border-bottom:1px solid #ccc;
}
/*关于我们*/
#about{
	width: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
#about .w{
	position: relative;
	padding-bottom: 50px;
}
.about_nav{
	width: 100%;
	height: 0;
	padding-bottom: 19.66%;
	position: relative;
}
.about_nav ul{
	width: 100%;
	position: absolute;
	top: -100px;
	left: 0;
	z-index: 1;
}
.about_nav ul li{
	width: 33.33%;
	float: left;
	background-color: #2c2c2c;
}
.about_nav ul li .content{
	width: 100%;
	height: 0;
	padding-bottom: 76.25%;
	color: #FFF;
	overflow: hidden;
}
.about_nav ul li .content .title{
	padding: 25px 35px;
}
.about_nav ul li .content .title span{
	display: block;
	position: relative;
	color: #FFF;
}
.about_nav ul li .content .title span::before{
	content: "";
	position: absolute;
	top: 5px;
	left: -10px;
	width: 2px;
	height: 40px;
	background-color: #f00;
	z-index: 1;
}
.about_nav ul li .content .wz{
	padding: 0 25px;
	font-size: 12px;
	font-size: 1.2rem;
}
.about_nav ul li .content .more{
	text-align: right;
	padding-right: 25PX;
	padding-top: 15px;
}
.about_nav ul li .content .more a{
	color: #F00;
	font-size: 12px;
	font-size: 1.2rem;
}
.about_nav ul li .content .name{
	padding: 0 25px;
	padding-top: 30%;
	padding-bottom: 10px;
	text-align: center;
	font-size: 20px;
	font-size: 2.0rem;		
}
.about_nav ul li .content .hotline{
	text-align: center;
	font-size: 20px;
	font-size: 2.0rem;	
}
.about_nav ul li .content .hotline span{
	display: inline-block;
	padding-left: 20px;
	position: relative;
}
.about_nav ul li .content .hotline span::before{
	content: "";
	position: absolute;
	top: 0;
	left: -30px;
	width: 44px;
	height: 28px;
	z-index: 1;
	background-image: url(../images/hotline.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.about_title{
	width: 100%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	overflow: hidden;
}
.about_title a {
	width: 300px;
	margin: 0 auto;
	display: block;
	color:#FFF;
	font-size:20px;
	font-size:2rem;
	padding-bottom: 20px;
	letter-spacing: 4px;
}
.about_title a:hover{
	color: #ff0000;
}
.about_title span{
	padding-left: 10px;
	position: relative;
}
.about_title span::after{
	content: "";
	position: absolute;
	top: 0px;
	left: -30px;
	width:30px;
	height: 36px;
	z-index: 1;
	background:url(../images/title_about.png) center center no-repeat;
}
.about_list{
	color: #FFF;
	padding-top: 20px;
	padding-bottom: 30px;
}
.about_list a{
	color: #FFF;
}
.about_more{
	width: 125px;
	height: 35px;
	line-height: 35px;
	border: 1px solid #FFF;
	text-align: center;
	margin: 0 auto;
}
.about_more a{
	display: block;
	color: #FFF;
	font-size: 13px;
	font-size: 1.3rem;
}
.about_more a:hover{
	color: #F00;
}
/* 二级页面 */
#main{
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
	display: -moz-box; /* 老版本语法: Firefox (buggy) */
	display: -ms-flexbox; /* 混合版本语法: IE 10 */
	display: -webkit-flex; /* 新版本语法: Chrome 21+ */
	display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
	}
#main_left{
	width: 265px;
	}
.catname{
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	height: 70px;
	background-color: #2c2c2c;
}
.catname .dir{
	width: 100%;
	text-align: center;
	padding-top: 5px;
	line-height: 26px;
	color: #ddd;
	text-transform:uppercase;
	font-size: 26px;
}
.catname .zh{
	width: 100%;
	text-align: center;
	color: #FFF;
	font-size: 12pt;
}

.left_list{
	width: 100%;
	padding: 5px;
	box-sizing: border-box;
	border-bottom: 1px solid #e2e2e2;
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	margin-bottom: 15px;
	line-height: 200%;
	}
.left_ss{
	display: none;
	padding:5px;
	margin-top:10px;
	}
/* 左侧栏目导航*/
.left_nav {
	width: 100%;
	box-sizing: border-box;
	border-bottom: 1px solid #e2e2e2;
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	margin-bottom: 15px;
}
.left_nav ul a {
	/* 整体字体颜色*/
	font-size:14px;
	font-size: 1.4rem;
	text-decoration: none;
	color: #000;
}
.left_nav ul a:hover {
	text-decoration: none;
}
.left_nav>ul>li {
	text-align:center;
	line-height:50px;
	min-height:50px;
	position:relative;
}
.left_nav>ul>li ul {
	display:none;
	background-color:#FFF;
}
.left_nav>ul>li ul a {
	color: #000;/* 三级分类字体颜色 */
}
.left_nav>ul>li ul a:hover {
	color: #f00;
}
.left_nav>ul>li>a {
	position:relative;/*jquery的slideDow效果不兼容IE7*/
	display:block;
	font-size:16px;
	font-size: 1.6rem;
	width:100%;
	height:100%;
	transition:all 0.5s;
	*+position: !important;/*IE7去效果代码*/
}
.left_nav>ul>li>span a {
	position:absolute;
	z-index:99;
	font-family: "宋体";
	font-size: 18px;
	font-weight: bold;
	left: 40px;/*如果标题字数过长，可以调节数值*/
	transform: rotate(0);
	-webkit-transform: rotate(0);
	transition: all 0.5s;
}
.left_nav>ul>li>span a.on {
	transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
}
.left_nav>ul>li>a.on{
	color: #F00;
}
.left_nav>ul>li:hover {
	/* 鼠标经过变色 */
}
.left_nav>ul>li:hover span>a,.left_nav>ul>li:hover>a{
	color:#f00;
}
.left_sub a {
	font-size:14px;
	color:#FFF;
}
.left_sub a:hover {
	color:#5390cd;
	text-decoration: none;
}
.highlight {
/*当前栏目高亮预制*/
}
.highlight a {
	color: #F00;
}
/* 左侧栏目导航_结束*/
#main_right{
	-webkit-box: 1;
	-moz-box: 1;
	-ms-flex: 1;
	-webkit-flex: initial;
	flex: 1;
	margin-left: 30px;
	}
/* 二级页面右侧*/
#content_lm{
	width: 100%;
	box-sizing: border-box;
	text-indent: 1rem;
	line-height:2.6rem;
	height:2.6rem;
	overflow: hidden;/* 超出部分自动隐藏 */
	font-size:2rem;
	margin-top: 20px;
	margin-bottom: 20px;
	border-left:4px solid #2c2c2c;
	}
#content_lm span{
	font-weight: normal;
	font-size:9pt;
	float:right;
	padding-right:10px;
	}
#content{
	width: 100%;
	box-sizing: border-box;
	line-height: 200%;
	border-top: 1px solid #ccc;
	font-size: 14px;
	font-size: 1.4rem;
	}
#content #textarea img{
	height: auto !important;/* 手机版图片自适应 */
}
/*main-body*/
#main-body { }
.innerp { position:relative; padding-top:30px}
/*product*/
.prolist ul li { float:left; margin:0 40px 20px 0; position:relative; z-index:12}
.prolist ul li .img-de{
	position: absolute;
	right: -15px;
	top: 20px;
	overflow: hidden;
	height: 86px;
}
.prolist ul li .img-de .img-l {
	height: 86px;
	padding-left: 10px;
	padding-right: 2px;
	padding-top: 20px;
	background: url(../images/sprites.png) no-repeat 0px -487px;
	max-width: 200px;
	float:left;
	position:relative;
	right:-500px; 
}
.prolist ul li .img-de .img-l{ _background: url(../images/sprites.gif) no-repeat 0px -487px;}

.prolist ul li .img-de .img-l .img-title{
	font-size: 16px;
	margin-bottom: 2px;
}

.prolist ul li .img-de .img-l .img-title a{
	text-decoration: none;
	color: #49494b;
}

.prolist ul li .img-de .img-l .img-date{
	font-size: 12px;
	text-align: right;
	color: #7b7b7b;
}

.prolist ul li .img-de .img-r{
	float: right;
	width: 15px;
	height: 96px;
	cursor:pointer;
	background: url(../images/sprites.png) no-repeat 0px -579px;
}
.prolist ul li .img-de .img-r{_background: url(../images/sprites.gif) no-repeat 0px -579px;}

/*marquee-products*/
.marqu-holder { position:relative}
.marqu-holder .marqu-arrow { background:url(../images/sprites.png) no-repeat left -115px; width:52px; height:52px; position:absolute; left:0; top:35px; overflow:hidden; cursor:pointer; z-index:11}
.marqu-holder .marqu-arrow { _background:url(../images/sprites.gif) no-repeat left -115px;}
.marqu-holder .marqu-right { right:0; left:auto; background-position:-104px -115px}
.marqu-holder .marqu-right:hover { background-position:-156px -115px}
.marqu-holder .marqu-left:hover { background-position:-52px -115px}

.marqu-prolist .marqu-area { overflow:hidden; position:relative; z-index:10; height:120px}
.marqu-prolist .marqu-area ul { *height:120px; }
.marqu-prolist .marqu-area ul li { float:left; padding:0 13px; *width:220px;}
.marqu-prolist .marqu-area ul li .img-info { position:relative; height:120px; overflow:hidden}
.marqu-prolist .marqu-area ul li .img-title { position:absolute; background:url(../images/trbg.png) repeat-x; height:25px; line-height:25px; width:100%; color:white; bottom:-25px; left:0; text-align:center}
.marqu-prolist .marqu-area ul li .img-title a { color:#fff}
.marqu-prolist .marqu-area ul { width:4920px; height:120px}
/*footer*/
#footer{
	width: 100%;
	background: #FFF;
	padding-top: 45px;
	padding-bottom: 50px;
	overflow: hidden;
	position: relative;
}
#footer .copyright{
	font-size:14px;
	font-size: 1.4rem;
	line-height: 200%
}
#footer .copyright a {
	font-size:14px;
	font-size: 1.4rem;
	text-decoration: none;
}
#footer .copyright a:hover  {
	font-size:14px;
	font-size: 1.4rem;
	text-decoration: none;
}
#footer .copyright li{
	width: 25%;
	float: left;
	position: relative;
}
#footer .copyright li::before{
	content: "";
	position: absolute;
	top: 40px;
	right: 0;
	width: 2px;
	height: 195px;
	background-color: #ddd;
	z-index: 1;
}
#footer .copyright li .tel_ico{
	width: 100%;
	height: 36px;
	margin-left: 0;
	position: relative;
	background-image: url(../images/footer_tel.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#footer .copyright li .tel_ico::before{
	content: "";
	position: absolute;
	top: 50%;
	left: 40px;
	width: 150px;
	height: 2px;
	background-color: #ddd;
	z-index: 1;
}
#footer .copyright li .tel{
	padding-top: 10px;
	font-size: 27px;
	font-size: 2.7rem;
}
#footer .copyright li .nav_b{
	width: 230px;
	margin: 0 auto;
	padding-top: 50px;
	overflow: hidden;
}
#footer .copyright li .nav_b a{
	width: 110px;
	display: inline-block;
	text-align: center;
}
#footer .copyright li .qrcode{
	padding-top: 50px;
}
#footer .footer_lx{
	width: 22%;
	position: relative;
	float: right;
	padding-top: 50px;
}
#footer img{
	height: auto !important;/* 手机版图片自适应 */
}
#icp{
	width: 100%;
	background-color: #2c2c2c;
	padding:20px 0;
	text-align: center;
	color: #fff;
}
#icp a{
	color: #fff;
}
/* 按钮导航 */
.nav_map{
	width: 100%;
	position: fixed;
	z-index: 1000;
	bottom: 0;
	background-color: #1B1B1B;
	display: none;
}
.nav_map ul{
	display:flex;
}
.nav_map li{
	flex:1;
}
.nav_map li a{
	display: block;
	text-align: center;
}

/*social-bar*/

#social-bar{
	display: block;
	position: absolute;
	top: -40px;
	left: 0px;
	height: 74px;
	overflow: hidden;
	color: #49494b;
	background: url(../images/social-bg.png) no-repeat;
	z-index: 999;
}
#social-bar{_background: url(../images/social-bg.gif) no-repeat;}
#social-bar #share_code { margin:40px 0 10px 20px}
.ptop{ position:relative; height:74px}
#top-social-bar {
	display: block;
	position: absolute;
	top: -30px;
	left: 0px;
	height: 60px;
	line-height:60px;
	padding:0 20px;
	overflow: hidden;
	color: #49494b;
	font-size: 16px;
	background: url(../images/title-bg.png) no-repeat;
}
/*visit_path*/
.visit_path a { color:#7796ce}
.visit_path span { }
/*left*/
.left-nav-list li{ padding:5px 0; border-bottom:1px dashed #ccc}
.left-nav-content li{ padding:5px 0; border-bottom:1px dashed #ccc}

/*单/详情页*/

.single-p { line-height:24px;color:#666;}
.single-p .title{font-size:24px;font-size: 2.4rem;text-align:center;line-height:40px;color:#000;}
.single-p .info{height:27px;line-height:28px;text-align:right;margin:15px auto;color:#666;}
.single-p .info small{margin-left:8px;margin-right:3px;color:#999;font-size:12px;}
.single-p .info .small,.info .big{font-family:Georgia;font-weight:bold;cursor:pointer;}
.single-p .info .small{font-size:10px;padding-right:3px;}
.single-p .info .big{color:#003ba6;padding-left:3px;}
.single-p .desc{margin:20px 0 15px;padding:5px 10px;line-height:20px;border:1px solid #f4e4b4;background:#fffff0;}

.preNext { position:relative}
.preNext .line{height:10px;overflow:hidden;clear:both;background:url(../images/box_dotline.gif) left 15px repeat-x;margin:4px auto;padding-top:10px;}
.preNext .line strong{display:block;width:8px;height:10px;overflow:hidden;font-size:0px;line-height:100px;background:url(../images/box_dotline.gif) right -10px no-repeat;float:left;}
.preNext .text{color:#999;}
.preNext .text li { margin-bottom:5px}
.preNext .actBox{position:absolute;top:25px;right:0;}
.preNext .actBox li{display:inline;padding-left:22px;background-image:url(../images/actbox-ico.gif);background-repeat:no-repeat;margin-left:10px;}
.preNext .actBox li a{color:#666;}
.preNext .actBox li#act-fav{background-position:4px 0px;}
.preNext .actBox li#act-err{background-position:4px -37px;}
.preNext .actBox li#act-pus{background-position:4px -73px;}
.preNext .actBox li#act-pnt{background-position:4px -109px;}

/*Top按钮*/
*html{background-image:url(about:blank);background-attachment:fixed;}/*解决IE6下滚动抖动的问题*/
.tbox{width:50px;float:right;position:fixed;right:10px;bottom:15px;_position:absolute;_bottom:auto;_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));_margin-bottom:15px;display:none;}/*解决IE6下不兼容 position:fixed 的问题*/
.tbox #gotop{width:50px;height:50px;background:url(../images/icon.png) no-repeat 0 0;display:block;}

/*lanmu*/
.lanmu { margin-bottom:10px}
.contactus {}
/*image-list*/
.image-list{
	width: 100%;
}
.image-item:hover{
	border: 1px solid #2c2c2c;
	box-shadow: 0px 14px 15px -20px rgba(0, 0, 0, 0.65);
}
.image-item:hover img{
	-webkit-filter: grayscale(60%); /* Chrome, Safari, Opera */
    filter: grayscale(60%);
}
.image-item p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.image-item {
	width:31%;
	float: left;
	margin:1%;
	border: 1px solid #ccc;
	box-sizing: border-box;
	background:#FFF;
	transition:All 0.5s ease-in-out;
	-webkit-transition:All 0.5s ease-in-out;
	-moz-transition:All 0.5s ease-in-out;
	-o-transition:All 0.5s ease-in-out;
	position: relative;
	overflow: hidden;
	}
.image-item:hover .image-item-img{
	-webkit-filter: grayscale(70%); /* Chrome, Safari, Opera */
	filter: grayscale(70%);
}
.image-item-img {
	margin: 2px;
	height: 0;
    padding-bottom: 68%;/* 高同宽的默认比例 */
	position:relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
}
.image-item-img img{
	width: 100%;/* 兼容IE8 */
	height: 100%;
	position: absolute;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
}
.image-item-wenzi { 
	width: 100%;
	line-height:40px;
	text-align:center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	}
.image-item-wenzi a {
	font-size: 16px;
	font-size: 1.6rem;
}
.image-item:hover a { text-decoration:none;}
/*text-list*/
.news-title {
	font-size:16px;
	font-size: 1.6rem;
	margin-bottom:5px;
	height: 25px;
	line-height:25px;
	color: #000;
}
.news-title a{
	font-size:16px;
	color:#8f8f8f;
}
.thumb-news-item .news-date  { 
	float:right; 
	color:#ccc;
}
.thumb-news-item .news-content .news-descri {}
.thumb-news-item a {
	display:block;
	cursor:pointer;
	padding:5px
}
.news-thumb{
	float: left;
}
.news-thumb img{
	max-width:300px;
	max-height:150px;
	padding-right:10px;
	}
.news-list{
	min-height: 70px;
	}
.news-time{
	width: 80px;
	height: 60px;
	padding-top: 10px;
	margin-right: 10px;
	float:left;
	color:#CCC;
	text-align: center;
	border: 1px solid #ccc;
	font-size: 7pt;
	font-size: 1rem;
	overflow: hidden;
	}
/*descri*/
.short-note { text-indent:24px; line-height:24px; color:#8f8f8f}
.short-note2 { line-height:20px; color:#8f8f8f; word-break:break-all; word-wrap:break-word; font-size:14px;font-size: 1.4rem;}
a:hover .news-time,
a:hover .news-title{
	color:#F00;
}
a:hover .news-descri{
	color: #000;
}
.news-time span{
	width:100%;
	padding:0;
	margin:0;
	font-size: 50px;
	font-size: 5rem;
	display: block;
	}

/*category-list*/
.category-list { margin-bottom:15px; padding-bottom:20px; border-bottom:1px dashed #ccc}

/*normal-news-list*/
.normal-news-list li{ *clear:both;}
.normal-news-list li a{*float:left;}
.normal-news-list li .news-date { float:right; color:#ccc; margin-right:5px}
/*pages*/
#pages { padding:14px 0 10px; margin:10px; }
#pages a { display:inline-block; width:26px; height:22px; line-height:22px; background:#fff; border:1px solid #e3e3e3; text-align:center; color:#333}
#pages a.a1 { width:56px; background:#FFF}
#pages a:hover { background:#F3F2F0; color:#000; text-decoration:none; }
#pages span { display:inline-block; width:26px; height:22px; line-height:22px; background:#2c2c2c; border:1px solid #CCC; color:#fff; text-align:center; }
.page .noPage { display:inline-block; width:56px; height:22px; line-height:22px; background:url(../img/icu/titleBg.png) repeat-x 0 -55px ; border:1px solid #e3e3e3; text-align:center; color:#a4a4a4; }

/*table_form*/
.table_form tr td { padding:5px}

/*form-guide*/